-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: remove obsolete labels on pr close #335
feat: remove obsolete labels on pr close #335
Conversation
Thanks for the pull request, @navinkarkera! This repository is currently maintained by @feanil. Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #335 +/- ##
==========================================
+ Coverage 89.53% 89.72% +0.19%
==========================================
Files 38 38
Lines 3009 3026 +17
Branches 227 229 +2
==========================================
+ Hits 2694 2715 +21
+ Misses 283 279 -4
Partials 32 32 ☔ View full report in Codecov by Sentry. |
a19eb97
to
10f9e11
Compare
10f9e11
to
4401cf3
Compare
Removes obsolete labels from pull requests when it is merged or closed.
Related to: openedx/wg-coordination#150
Private-ref
: FAL-4026Test instructions:
GITHUB_PERSONAL_TOKEN=<your_token>
andGITHUB_OSPR_PROJECT="openedx:19"
environment variables.blocked by other work
,needs reviewer assigned
etc.openedx_webhooks/tasks/pr_tracking.py
to make the process faster.openedx_webhooks/tasks/github.py
file and execute it.GITHUB_MERGED_PR_OBSOLETE_LABELS
andGITHUB_CLOSED_PR_OBSOLETE_LABELS
variables.